From 652323a4bfc4ab78062844bafc15e4a90b16047e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 15 Jun 2020 10:30:40 +0200 Subject: [PATCH] stack: Fix some documentation mishaps --- gtk/gtkstack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index a46e897ca0..348ada48c5 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -2477,9 +2477,9 @@ gtk_stack_init (GtkStack *stack) * @stack: a #GtkStack * * Returns a #GListModel that contains the pages of the stack, - * and can be used to keep and up-to-date view. The model also + * and can be used to keep an up-to-date view. The model also * implements #GtkSelectionModel and can be used to track and - * modify the visible page.. + * modify the visible page. * * Returns: (transfer full): a #GtkSelectionModel for the stack's children */ -- 2.30.2